/* Cubic Bezier Transition */
/***
Login page
***/
/* bg color */
html {
  height: 100%; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Open sans", "Prompt", "Segoe UI", "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  position: relative;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open sans", "Prompt", sans-serif; }

a {
  color: #01A79D; }
  a:hover {
    color: #01746d; }

.fb-btn {
  background-color: #3b5998;
  color: #fff; }
  .fb-btn:hover {
    color: #fff;
    background-color: #2d4373; }

.gg-btn {
  background-color: #dd4b39;
  color: #fff; }
  .gg-btn:hover {
    color: #fff;
    background-color: #c23321; }

.login {
  background-color: #44b6ae !important; }

a.form-title {
  color: #01A79D; }
  a.form-title:hover {
    text-decoration: none; }
  a.form-title h3 {
    margin-bottom: 30px; }

.login-title {
  display: block;
  font-size: 22px;
  width: 100%;
  padding-bottom: 10px; }

.login .logo {
  margin: 0 auto;
  margin-top: 20px;
  padding: 15px;
  text-align: center; }
  .login .logo h3 {
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.02em; }
  .login .logo a {
    color: #01A79D; }

.signup-text {
  text-align: center; }

.login .copyright {
  text-align: center;
  padding: 15px;
  color: #fff;
  font-size: 13px; }

.login .ssl {
  text-align: center;
  color: #54BA22; }

.login .content {
  background-color: white;
  border-radius: 7px;
  width: 400px;
  padding: 30px;
  padding-top: 10px;
  overflow: auto; }

.login .content .h3 {
  letter-spacing: 0.01em;
  text-align: center;
  font-size: 24px;
  font-weight: 600 !important; }

.login .content h4 {
  color: #555; }

.login .content .hint {
  color: #999;
  padding: 0;
  margin: 15px 0 7px 0; }

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px; }

.login .content .form-control {
  border: none;
  height: 43px;
  border: 1px solid #D2DBDC; }
  .login .content .form-control:focus, .login .content .form-control:active {
    border: 1px solid #01A79D; }
  .login .content .form-control::-moz-placeholder {
    color: #8290a3;
    opacity: 1; }
  .login .content .form-control:-ms-input-placeholder {
    color: #8290a3; }
  .login .content .form-control::-webkit-input-placeholder {
    color: #8290a3; }

.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px; }

.login .content .forget-form {
  display: none; }

.login .content .form-title {
  display: block;
  text-align: center;
  font-weight: 300;
  margin: 25px 0; }
  .login .content .form-title img {
    width: 35px;
    margin-top: -10px;
    margin-right: 5px; }

.login .content .form-actions {
  clear: both;
  border: 0px;
  padding: 0 30px 15px 30px;
  margin-left: -30px;
  margin-right: -30px; }
  .login .content .form-actions > .btn {
    margin-top: -2px; }

.login-options {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden; }

.login-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #7d91aa !important; }

.login-options .social-icons {
  float: right;
  padding-top: 3px; }

.login-options .social-icons li a {
  border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important; }

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0; }

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px; }

.login .content .register-form .form-actions {
  border: 0; }

.login .content .form-actions .btn {
  margin-top: 1px; }

.login .content .form-actions .btn {
  font-size: 18px;
  padding: 10px 20px !important; }

.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #6c7a8d;
  background-color: #ffffff;
  border: none; }

.login .content .form-actions .btn-default:hover {
  background-color: #fafaff;
  color: #45b6af; }

.login .content .forget-password {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 10px;
  color: #919ea0; }

.login .content .check {
  color: #919ea0; }

.login .content .rememberme {
  margin-top: 10px; }

.login .content .create-account {
  margin: 0 -40px -30px -40px;
  padding: 15px 0 17px 0;
  text-align: center;
  background-color: #919ea0;
  border-radius: 0 0 7px 7px; }
  .login .content .create-account > p {
    margin: 0; }

.login .content .create-account p a {
  font-weight: 600;
  font-size: 14px;
  color: #d3e1e4; }

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px; }

@media (min-width: 441px) {
  .login .content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@media (max-width: 440px) {
  /***
  Login page
  ***/
  .login .content-wrapper {
    width: 100%;
    height: 100%; }
  .login .logo {
    margin-top: 10px; }
  .login .content {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0; }
  .login .content h3 {
    font-size: 22px; }
  .forget-password {
    display: inline-block;
    margin-top: 20px; }
  .login-options .social-icons {
    float: left;
    padding-top: 3px; }
  .login .checkbox {
    font-size: 13px; } }

.loading {
  position: relative;
}
.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8) url(../img/loader-large.gif) no-repeat 50% 50%;
  visibility: visible;
  z-index: 5000;
}

.activate-completed {
  position: relative;
}
.activate-completed:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  /*background-color: #fff;
  background-color: rgba(255,255,255,0.5);*/
  background: rgba(255,255,255,0.8) url(../img/bg-white.png) no-repeat 50% 50%;
  visibility: visible;
  z-index: 500;
}
.clearfix-top {
  margin-top: 20px;
}
